home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dtp / editors / vim-4.2 / macros / maze / makefile < prev    next >
Encoding:
Makefile  |  1996-07-16  |  104 b   |  5 lines

  1. #On the amiga with manx C 5.0 we have to use maze.ansi.c
  2.  
  3. maze: maze.ansi.o
  4.     ln maze.ansi.o -o maze -lc
  5.